operator (/=) Interface

private interface operator (/=)

Module Procedures

private recursive function ESMF_sfne(sf1, sf2) result(sfne)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Status), intent(in) :: sf1
type(ESMF_Status), intent(in) :: sf2

Return Value logical

private impure elemental function ESMF_dkne(dk1, dk2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_TypeKind_Flag), intent(in) :: dk1
type(ESMF_TypeKind_Flag), intent(in) :: dk2

Return Value logical

private impure elemental function ESMF_ptne(pt1, pt2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Pointer), intent(in) :: pt1
type(ESMF_Pointer), intent(in) :: pt2

Return Value logical

private impure elemental function ESMF_tfne(tf1, tf2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Logical), intent(in) :: tf1
type(ESMF_Logical), intent(in) :: tf2

Return Value logical

private impure elemental function ESMF_bfne(bf1, bf2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Sync_Flag), intent(in) :: bf1
type(ESMF_Sync_Flag), intent(in) :: bf2

Return Value logical

private impure elemental function ESMF_ctfne(ctf1, ctf2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Context_Flag), intent(in) :: ctf1
type(ESMF_Context_Flag), intent(in) :: ctf2

Return Value logical

private impure elemental function ESMF_tnfne(tnf1, tnf2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_End_Flag), intent(in) :: tnf1
type(ESMF_End_Flag), intent(in) :: tnf2

Return Value logical

private impure elemental function ESMF_pinne(pin1, pin2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Pin_Flag), intent(in) :: pin1
type(ESMF_Pin_Flag), intent(in) :: pin2

Return Value logical

private impure elemental function ESMF_frne(fr1, fr2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Direction_Flag), intent(in) :: fr1
type(ESMF_Direction_Flag), intent(in) :: fr2

Return Value logical

private impure elemental function ESMF_ifneq(if1, if2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Index_Flag), intent(in) :: if1
type(ESMF_Index_Flag), intent(in) :: if2

Return Value logical

private impure elemental function ESMF_unmappedactionne(uma1, uma2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_UnmappedAction_Flag), intent(in) :: uma1
type(ESMF_UnmappedAction_Flag), intent(in) :: uma2

Return Value logical

private impure elemental function ESMF_RegridPoleNe(rp1, rp2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_PoleMethod_Flag), intent(in) :: rp1
type(ESMF_PoleMethod_Flag), intent(in) :: rp2

Return Value logical

private impure elemental function ESMF_FileFormatNe(FileFormat1, FileFormat2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FileFormat_Flag), intent(in) :: FileFormat1
type(ESMF_FileFormat_Flag), intent(in) :: FileFormat2

Return Value logical

private impure elemental function ESMF_FileModeNe(FileMode1, FileMode2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FileMode_Flag), intent(in) :: FileMode1
type(ESMF_FileMode_Flag), intent(in) :: FileMode2

Return Value logical

private impure elemental function ESMF_FileStatusNe(fs1, fs2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_FileStatus_Flag), intent(in) :: fs1
type(ESMF_FileStatus_Flag), intent(in) :: fs2

Return Value logical

private impure elemental function ESMF_RegridMethodNe(rp1, rp2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_RegridMethod_Flag), intent(in) :: rp1
type(ESMF_RegridMethod_Flag), intent(in) :: rp2

Return Value logical

private impure elemental function ESMF_ExtrapMethodNe(ep1, ep2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_ExtrapMethod_Flag), intent(in) :: ep1
type(ESMF_ExtrapMethod_Flag), intent(in) :: ep2

Return Value logical

private impure elemental function ESMF_CoordSysNotEqual(CoordSys1, CoordSys2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_CoordSys_Flag), intent(in) :: CoordSys1
type(ESMF_CoordSys_Flag), intent(in) :: CoordSys2

Return Value logical

private impure elemental function ESMF_LineTypeNotEqual(LineType1, LineType2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_LineType_Flag), intent(in) :: LineType1
type(ESMF_LineType_Flag), intent(in) :: LineType2

Return Value logical

private impure elemental function ESMF_NormTypeNotEqual(NormType1, NormType2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_NormType_Flag), intent(in) :: NormType1
type(ESMF_NormType_Flag), intent(in) :: NormType2

Return Value logical

private impure elemental function ESMF_RWGCheckMethodNotEqual(CheckMethod1, CheckMethod2)

Arguments

Type IntentOptional Attributes Name
type(ESMF_RWGCheckMethod_Flag), intent(in) :: CheckMethod1
type(ESMF_RWGCheckMethod_Flag), intent(in) :: CheckMethod2

Return Value logical